Articles by Srijan Kishore

About Srijan Kishore

Over 8 years of experience as a Linux System Engineer. Srijan is an RHCE (Red Hat Certified Engineer) with in-depth knowledge in RHEL and CentOS, he also worked a lot with Debian and Ubuntu based systems, VM management and installing and maintaining hosting servers.

  • How to install X2Goserver on Ubuntu 14.04 as an alternative for VNC

    ubuntu Author: Srijan KishoreTags: , , Comments: 6

    This document describes how to use X2Goserver as an alternative of VNC. I will install and configure X2Goserver on Ubuntu 14.04. X2Go enables us to access a graphical desktop of a computer over a low bandwidth (or high bandwidth) connection. X2Go is a Remote Desktop solution, which some vendors vaguely call Remote Control. This is not to be confused with Microsoft Remote Desktop Connection, which is a competing Remote Desktop solution and protocol. With X2Go, we can access Linux computers. The Linux computer we are accessing is the X2Go Server. The best part is that it supports sound transmission over remote connections.

  • How to install osCommerce on CentOS 7

    centos VMWare Image Download Author: Srijan KishoreTags: , , , Comments: 0

    How to install osCommerce on CentOS 7 This document describes how to install osCommerce in CentOS 7. Open Source Commerce (osCommerce) is a popular e-Commerce and online store-management software program that may be easily used on any web server with PHP and MySQL installed. osCommerce is available to users as a free software under the General Public License (GNU) The versatile and fuss-free software enables easy setting up and maintenance of e-stores using minimal effort. This tutorial describes the process of installing osCommerce on CentOS 7.

  • Installation and configuration of RainLoop on Debian 7 (Wheezy)

    debian VMWare Image Download Author: Srijan KishoreTags: , , , , Comments: 7

    Installation and configuration of  RainLoop on Debian 7 (Wheezy) This document describes how to install and configure Rainloop on Debian 7. Rainloop is a popular free Open Source Web Application primarily written in PHP. It offers users a swift and contemporary web interface for accessing emails on a majority of commonly used domain mail providers such as Outlook, Yahoo, and Gmail, in addition to local mail servers. Rainloop also doubles up as a Mail User Agent (MUA) by accessing domain mail via IMAP/ SMTP protocols. This tutorial explains the process of installing Rainloop Webmail on Debian 7 and customizations for Rainloop.

  • How to run your own Git server with GitlabHQ on Ubuntu 14.04

    ubuntu VMWare Image Download Author: Srijan KishoreTags: , , , Comments: 5

    How to run your own Git server with GitlabHQ on Ubuntu 14.04 This document describes how to install and configure Git and GitHub. These are great tools to manage and administer a whole host of Git repositories and the associated permissions. So, these remain true blessings for users writing open source software, however, when writing a closed source software may not be comfortable in trusting the code to a third party server. To gain the much-needed flexibility and control on stuff like Github/BitBucket without hosting the git repositories on servers that lie external to the control of users, GitLab remains a Godsend!

  • How To Install Wordpress 4 On CentOS 7

    centos VMWare Image Download Author: Srijan KishoreTags: , , , Comments: 9

    How To Install Wordpress 4 On CentOS 7 This document describes how to install and configure Wordpress 4.0 on CentOS 7.0. WordPress started in 2003 with a single bit of code to enhance the typography of everyday writing and with fewer users than you can count on your fingers and toes. Since then it has grown to be the largest self-hosted blogging tool in the world, used on millions of sites and seen by tens of millions of people every day. This tutorial explains the process of installing Wordpress 4.0 on CentOS 7.0 in the form of a simple-to-follow guide.

  • VNC-Server installation on CentOS 7

    centos Author: Srijan KishoreTags: , , Comments: 42

    VNC-Server installation on CentOS 7.0 This guide explains how to configure VNC-server in CentOS 7.0 server. It is a very convinient way of administrating the CentOS 7.0 with the help of GUI(Graphics User Interface). The GUI can be access any where with the help of the VNC-client on any OS. The basic condition is that the connecting OS must have VNC-clients installed in it.

  • Installation And Configuration Of RainLoop Webmail Client With Nginx On Ubuntu 14.04

    ubuntu VMWare Image Download Author: Srijan KishoreTags: , , , , Comments: 4

    Installation And Configuration Of  RainLoop Webmail Client With Nginx On Ubuntu 14.04 This document describes how to install and configure Rainloop on Ubuntu 14.04. We will use nginx as web server. Rainloop is a popular free Open Source Web Application primarily written in PHP. It offers users a swift and contemporary web interface for accessing emails on a majority of commonly used domain mail providers such as Outlook, Yahoo, and Gmail, in addition to local mail servers. Rainloop also doubles up as a Mail User Agent (MUA) by accessing domain mail via IMAP/ SMTP protocols. This tutorial explains the process of installing Rainloop Webmail on an Ubuntu 14.04 Virtual Private Server using Nginx and MariaDB.

  • Samba Server Configuration in Ubuntu 14.04 LTS

    ubuntu VMWare Image Download Author: Srijan KishoreTags: , , Comments: 27

    This guide explains how to configure samba server in Ubuntu 14.04 with anonymous & secured samba servers. Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients. Samba is freely available, unlike other SMB/CIFS implementations, and allows for interoperability between Linux/Unix servers and Windows-based clients.

  • Installing Guest Additions And Mounting Shared Folders In Virtualbox Virtual Machines In PHPVirtualbox

    tux Author: Srijan KishoreTags: , , , , , , , , , Comments: 2

    Installing Guest Additions And Mounting Shared Folders In Virtualbox Virtual Machines In PHPVirtualbox    In this tutorial I will introduce some tips & tricks while using the phpvirtualbox. These tricks make phpvirtualbox functionality better & much more fruitful. I do not issue any guarantee that this will work for you!

  • Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 13.1 (LAMP)

    opensuse Author: Srijan KishoreTags: , , , , , Comments: 7

    LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 13.1 server with PHP5 support (mod_php) and MySQL support.